ComponentOne ASP.NET MVC Controls
ItemFormatter Method (InputDateBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > InputDateBaseBuilder<TControl,TBuilder> Class : ItemFormatter Method
The value.
Configurates C1.Web.Mvc.InputDateBase.ItemFormatter. Sets a formatter function to customize dates in the drop-down calendar.
Syntax
'Declaration
 
Public Function ItemFormatter( _
   ByVal value As String _
) As TBuilder
public TBuilder ItemFormatter( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The formatter function can add any content to any date. It allows complete customization of the appearance and behavior of the calendar.
See Also

Reference

InputDateBaseBuilder<TControl,TBuilder> Class
InputDateBaseBuilder<TControl,TBuilder> Members